_FILE_ | Taille |
---|
0. Join Our Discord for More Awesome Stuff!.txt | 142.00 B |
01 - Introduction, Tooling and Editor Setup.mp4 | 37.59 MB |
02 - Thinking and Understanding React Components.mp4 | 57.59 MB |
03 - Creating our First Components.mp4 | 26.17 MB |
04 - Writing HTML with JSX.mp4 | 20.56 MB |
05 - Loading CSS into our React Application.mp4 | 10.28 MB |
06 - Creating our application layout with components.mp4 | 27.18 MB |
07 - Passing Dynamic data with props.mp4 | 19.79 MB |
08 - Stateless Functional Components.mp4 | 18.76 MB |
09 - Routing with React Router.mp4 | 21.34 MB |
10 - Helper and Utility Functions.mp4 | 15.37 MB |
11 - Events, Refs and this Binding.mp4 | 37.02 MB |
12 - Handling Events.mp4 | 10.95 MB |
13 - Understanding State.mp4 | 63.66 MB |
14 - Loading data into state onClick.mp4 | 13.35 MB |
15 - Displaying State with JSX.mp4 | 36.93 MB |
16 - Updating our Order State.mp4 | 42.58 MB |
17 - Displaying Order State with JSX.mp4 | 56.56 MB |
18 - Persisting our State with Firebase.mp4 | 44.77 MB |
19 - Persisting Order State with localstorage.mp4 | 35.40 MB |
20 - Bi-directional Data Flow and Live State Editing .mp4 | 52.08 MB |
21 - Removing Items from State.mp4 | 27.07 MB |
22 - Animating React Components.mp4 | 80.87 MB |
23 - Component Validation with PropTypes.mp4 | 52.68 MB |
24 - Authentication.mp4 | 94.44 MB |
25 - Building React for Production.mp4 | 18.56 MB |
26 - Deploying to Now.mp4 | 14.88 MB |
27 - Deploying to Netlify.mp4 | 7.60 MB |
28 - Deploying to an Apache Server.mp4 | 8.78 MB |
29 - Ejecting from create-react-app.mp4 | 27.38 MB |
Resources/.gitignore | 69.00 B |
Resources/catch-of-the-day/now.json | 626.00 B |
Resources/catch-of-the-day/package-lock.json | 469.69 kB |
Resources/catch-of-the-day/package.json | 1,004.00 B |
Resources/catch-of-the-day/public/favicon.ico | 24.26 kB |
Resources/catch-of-the-day/public/images/crab.jpg | 27.10 kB |
Resources/catch-of-the-day/public/images/hali.jpg | 43.72 kB |
Resources/catch-of-the-day/public/images/lobster.jpg | 35.66 kB |
Resources/catch-of-the-day/public/images/mahi.jpg | 35.85 kB |
Resources/catch-of-the-day/public/images/mussels.jpg | 36.14 kB |
Resources/catch-of-the-day/public/images/oysters.jpg | 23.33 kB |
Resources/catch-of-the-day/public/images/prawns.jpg | 48.91 kB |
Resources/catch-of-the-day/public/images/salmon.jpg | 36.17 kB |
Resources/catch-of-the-day/public/images/scallops.jpg | 22.01 kB |
Resources/catch-of-the-day/public/index.html | 350.00 B |
Resources/catch-of-the-day/security-rules.json | 411.00 B |
Resources/catch-of-the-day/src/components/.gitkeep | 68.00 B |
Resources/catch-of-the-day/src/css/fonts/blanch_caps_inline-webfont.eot | 15.61 kB |
Resources/catch-of-the-day/src/css/fonts/blanch_caps_inline-webfont.svg | 79.13 kB |
Resources/catch-of-the-day/src/css/fonts/blanch_caps_inline-webfont.ttf | 51.42 kB |
Resources/catch-of-the-day/src/css/fonts/blanch_caps_inline-webfont.woff | 17.72 kB |
Resources/catch-of-the-day/src/css/fonts/haymaker-webfont.eot | 5.82 kB |
Resources/catch-of-the-day/src/css/fonts/haymaker-webfont.svg | 13.91 kB |
Resources/catch-of-the-day/src/css/fonts/haymaker-webfont.ttf | 14.83 kB |
Resources/catch-of-the-day/src/css/fonts/haymaker-webfont.woff | 7.00 kB |
Resources/catch-of-the-day/src/css/images/anchor.svg | 3.21 kB |
Resources/catch-of-the-day/src/css/style.css | 12.70 kB |
Resources/catch-of-the-day/src/css/style.styl | 5.58 kB |
Resources/catch-of-the-day/src/css/_animations-finished.styl | 0.00 B |
Resources/catch-of-the-day/src/css/_animations.styl | 792.00 B |
Resources/catch-of-the-day/src/css/_colours.styl | 47.00 B |
Resources/catch-of-the-day/src/css/_fonts.styl | 862.00 B |
Resources/catch-of-the-day/src/css/_normalize.styl | 1.87 kB |
Resources/catch-of-the-day/src/css/_typography.styl | 447.00 B |
Resources/catch-of-the-day/src/helpers.js | 1.53 kB |
Resources/catch-of-the-day/src/index.js | 12.00 B |
Resources/catch-of-the-day/src/sample-fishes.js | 2.04 kB |
Resources/package-lock.json | 27.00 B |
Resources/readme.md | 3.41 kB |
Resources/stepped-solutions/05/components/.gitkeep | 68.00 B |
Resources/stepped-solutions/05/components/StorePicker.js | 351.00 B |
Resources/stepped-solutions/09/components/.gitkeep | 68.00 B |
Resources/stepped-solutions/09/components/App.js | 423.00 B |
Resources/stepped-solutions/09/components/Header.js | 360.00 B |
Resources/stepped-solutions/09/components/Inventory.js | 174.00 B |
Resources/stepped-solutions/09/components/Order.js | 158.00 B |
Resources/stepped-solutions/09/components/Router.js | 0.00 B |
Resources/stepped-solutions/09/components/StorePicker.js | 351.00 B |
Resources/stepped-solutions/10/components/.gitkeep | 68.00 B |
Resources/stepped-solutions/10/components/App.js | 423.00 B |
Resources/stepped-solutions/10/components/Header.js | 360.00 B |
Resources/stepped-solutions/10/components/Inventory.js | 174.00 B |
Resources/stepped-solutions/10/components/NotFound.js | 132.00 B |
Resources/stepped-solutions/10/components/Order.js | 158.00 B |
Resources/stepped-solutions/10/components/Router.js | 455.00 B |
Resources/stepped-solutions/10/components/StorePicker.js | 351.00 B |
Resources/stepped-solutions/12/components/.gitkeep | 68.00 B |
Resources/stepped-solutions/12/components/App.js | 423.00 B |
Resources/stepped-solutions/12/components/Header.js | 360.00 B |
Resources/stepped-solutions/12/components/Inventory.js | 174.00 B |
Resources/stepped-solutions/12/components/NotFound.js | 132.00 B |
Resources/stepped-solutions/12/components/Order.js | 158.00 B |
Resources/stepped-solutions/12/components/Router.js | 455.00 B |
Resources/stepped-solutions/12/components/StorePicker.js | 774.00 B |
Resources/stepped-solutions/13/components/.gitkeep | 68.00 B |
Resources/stepped-solutions/13/components/App.js | 423.00 B |
Resources/stepped-solutions/13/components/Header.js | 360.00 B |
Resources/stepped-solutions/13/components/Inventory.js | 174.00 B |
Resources/stepped-solutions/13/components/NotFound.js | 132.00 B |
Resources/stepped-solutions/13/components/Order.js | 158.00 B |
Resources/stepped-solutions/13/components/Router.js | 455.00 B |
Resources/stepped-solutions/13/components/StorePicker.js | 852.00 B |
Resources/stepped-solutions/14/components/.gitkeep | 68.00 B |
Resources/stepped-solutions/14/components/AddFishForm.js | 1.42 kB |
Resources/stepped-solutions/14/components/App.js | 766.00 B |
Resources/stepped-solutions/14/components/Header.js | 360.00 B |
Resources/stepped-solutions/14/components/Inventory.js | 304.00 B |
Resources/stepped-solutions/14/components/NotFound.js | 132.00 B |
Resources/stepped-solutions/14/components/Order.js | 158.00 B |
Resources/stepped-solutions/14/components/Router.js | 455.00 B |
Resources/stepped-solutions/14/components/StorePicker.js | 852.00 B |
Resources/stepped-solutions/18/components/.gitkeep | 68.00 B |
Resources/stepped-solutions/18/components/AddFishForm.js | 1.42 kB |
Resources/stepped-solutions/18/components/App.js | 1.60 kB |
Resources/stepped-solutions/18/components/Fish.js | 718.00 B |
Resources/stepped-solutions/18/components/Header.js | 360.00 B |
Resources/stepped-solutions/18/components/Inventory.js | 406.00 B |
Resources/stepped-solutions/18/components/NotFound.js | 132.00 B |
Resources/stepped-solutions/18/components/Order.js | 1.21 kB |
Resources/stepped-solutions/18/components/Router.js | 455.00 B |
Resources/stepped-solutions/18/components/StorePicker.js | 852.00 B |
Resources/stepped-solutions/19/src/base.js | 452.00 B |
Resources/stepped-solutions/19/src/components/.gitkeep | 68.00 B |
Resources/stepped-solutions/19/src/components/AddFishForm.js | 1.42 kB |
Resources/stepped-solutions/19/src/components/App.js | 1.87 kB |
Resources/stepped-solutions/19/src/components/Fish.js | 718.00 B |
Resources/stepped-solutions/19/src/components/Header.js | 360.00 B |
Resources/stepped-solutions/19/src/components/Inventory.js | 406.00 B |
Resources/stepped-solutions/19/src/components/NotFound.js | 132.00 B |
Resources/stepped-solutions/19/src/components/Order.js | 1.21 kB |
Resources/stepped-solutions/19/src/components/Router.js | 455.00 B |
Resources/stepped-solutions/19/src/components/StorePicker.js | 852.00 B |
Resources/stepped-solutions/19/src/css/fonts/blanch_caps_inline-webfont.eot | 15.61 kB |
Resources/stepped-solutions/19/src/css/fonts/blanch_caps_inline-webfont.svg | 79.13 kB |
Resources/stepped-solutions/19/src/css/fonts/blanch_caps_inline-webfont.ttf | 51.42 kB |
Resources/stepped-solutions/19/src/css/fonts/blanch_caps_inline-webfont.woff | 17.72 kB |
Resources/stepped-solutions/19/src/css/fonts/haymaker-webfont.eot | 5.82 kB |
Resources/stepped-solutions/19/src/css/fonts/haymaker-webfont.svg | 13.91 kB |
Resources/stepped-solutions/19/src/css/fonts/haymaker-webfont.ttf | 14.83 kB |
Resources/stepped-solutions/19/src/css/fonts/haymaker-webfont.woff | 7.00 kB |
Resources/stepped-solutions/19/src/css/images/anchor.svg | 3.21 kB |
Resources/stepped-solutions/19/src/css/style.css | 12.66 kB |
Resources/stepped-solutions/19/src/css/style.styl | 5.58 kB |
Resources/stepped-solutions/19/src/css/_animations-finished.styl | 0.00 B |
Resources/stepped-solutions/19/src/css/_animations.styl | 837.00 B |
Resources/stepped-solutions/19/src/css/_colours.styl | 47.00 B |
Resources/stepped-solutions/19/src/css/_fonts.styl | 862.00 B |
Resources/stepped-solutions/19/src/css/_normalize.styl | 1.87 kB |
Resources/stepped-solutions/19/src/css/_typography.styl | 447.00 B |
Resources/stepped-solutions/19/src/helpers.js | 1.53 kB |
Resources/stepped-solutions/19/src/index.js | 185.00 B |
Resources/stepped-solutions/19/src/sample-fishes.js | 2.04 kB |
Resources/stepped-solutions/20/components/.gitkeep | 68.00 B |
Resources/stepped-solutions/20/components/AddFishForm.js | 1.42 kB |
Resources/stepped-solutions/20/components/App.js | 2.24 kB |
Resources/stepped-solutions/20/components/Fish.js | 718.00 B |
Resources/stepped-solutions/20/components/Header.js | 360.00 B |
Resources/stepped-solutions/20/components/Inventory.js | 406.00 B |
Resources/stepped-solutions/20/components/NotFound.js | 132.00 B |
Resources/stepped-solutions/20/components/Order.js | 1.30 kB |
Resources/stepped-solutions/20/components/Router.js | 455.00 B |
Resources/stepped-solutions/20/components/StorePicker.js | 852.00 B |
Resources/stepped-solutions/21/components/.gitkeep | 68.00 B |
Resources/stepped-solutions/21/components/AddFishForm.js | 1.42 kB |
Resources/stepped-solutions/21/components/App.js | 2.56 kB |
Resources/stepped-solutions/21/components/EditFishForm.js | 1.33 kB |
Resources/stepped-solutions/21/components/Fish.js | 718.00 B |
Resources/stepped-solutions/21/components/Header.js | 360.00 B |
Resources/stepped-solutions/21/components/Inventory.js | 686.00 B |
Resources/stepped-solutions/21/components/NotFound.js | 132.00 B |
Resources/stepped-solutions/21/components/Order.js | 1.30 kB |
Resources/stepped-solutions/21/components/Router.js | 455.00 B |
Resources/stepped-solutions/21/components/StorePicker.js | 852.00 B |
Resources/stepped-solutions/22/components/.gitkeep | 68.00 B |
Resources/stepped-solutions/22/components/AddFishForm.js | 1.42 kB |
Resources/stepped-solutions/22/components/App.js | 3.13 kB |
Resources/stepped-solutions/22/components/EditFishForm.js | 1.44 kB |
Resources/stepped-solutions/22/components/Fish.js | 718.00 B |
Resources/stepped-solutions/22/components/Header.js | 360.00 B |
Resources/stepped-solutions/22/components/Inventory.js | 733.00 B |
Resources/stepped-solutions/22/components/NotFound.js | 132.00 B |
Resources/stepped-solutions/22/components/Order.js | 1.38 kB |
Resources/stepped-solutions/22/components/Router.js | 455.00 B |
Resources/stepped-solutions/22/components/StorePicker.js | 852.00 B |
Resources/stepped-solutions/23/src/base.js | 452.00 B |
Resources/stepped-solutions/23/src/components/.gitkeep | 68.00 B |
Resources/stepped-solutions/23/src/components/AddFishForm.js | 1.42 kB |
Resources/stepped-solutions/23/src/components/App.js | 3.13 kB |
Resources/stepped-solutions/23/src/components/EditFishForm.js | 1.44 kB |
Resources/stepped-solutions/23/src/components/Fish.js | 718.00 B |
Resources/stepped-solutions/23/src/components/Header.js | 360.00 B |
Resources/stepped-solutions/23/src/components/Inventory.js | 733.00 B |
Resources/stepped-solutions/23/src/components/NotFound.js | 132.00 B |
Resources/stepped-solutions/23/src/components/Order.js | 2.16 kB |
Resources/stepped-solutions/23/src/components/Router.js | 455.00 B |
Resources/stepped-solutions/23/src/components/StorePicker.js | 852.00 B |
Resources/stepped-solutions/23/src/css/fonts/blanch_caps_inline-webfont.eot | 15.61 kB |
Resources/stepped-solutions/23/src/css/fonts/blanch_caps_inline-webfont.svg | 79.13 kB |
Resources/stepped-solutions/23/src/css/fonts/blanch_caps_inline-webfont.ttf | 51.42 kB |
Resources/stepped-solutions/23/src/css/fonts/blanch_caps_inline-webfont.woff | 17.72 kB |
Resources/stepped-solutions/23/src/css/fonts/haymaker-webfont.eot | 5.82 kB |
Resources/stepped-solutions/23/src/css/fonts/haymaker-webfont.svg | 13.91 kB |
Resources/stepped-solutions/23/src/css/fonts/haymaker-webfont.ttf | 14.83 kB |
Resources/stepped-solutions/23/src/css/fonts/haymaker-webfont.woff | 7.00 kB |
Resources/stepped-solutions/23/src/css/images/anchor.svg | 3.21 kB |
Resources/stepped-solutions/23/src/css/style.css | 12.70 kB |
Resources/stepped-solutions/23/src/css/style.styl | 5.58 kB |
Resources/stepped-solutions/23/src/css/_animations-finished.styl | 0.00 B |
Resources/stepped-solutions/23/src/css/_animations.styl | 792.00 B |
Resources/stepped-solutions/23/src/css/_colours.styl | 47.00 B |
Resources/stepped-solutions/23/src/css/_fonts.styl | 862.00 B |
Resources/stepped-solutions/23/src/css/_normalize.styl | 1.87 kB |
Resources/stepped-solutions/23/src/css/_typography.styl | 447.00 B |
Resources/stepped-solutions/23/src/helpers.js | 1.53 kB |
Resources/stepped-solutions/23/src/index.js | 185.00 B |
Resources/stepped-solutions/23/src/sample-fishes.js | 2.04 kB |
Resources/stepped-solutions/24/components/.gitkeep | 68.00 B |
Resources/stepped-solutions/24/components/AddFishForm.js | 1.51 kB |
Resources/stepped-solutions/24/components/App.js | 3.22 kB |
Resources/stepped-solutions/24/components/EditFishForm.js | 1.75 kB |
Resources/stepped-solutions/24/components/Fish.js | 1.01 kB |
Resources/stepped-solutions/24/components/Header.js | 460.00 B |
Resources/stepped-solutions/24/components/Inventory.js | 957.00 B |
Resources/stepped-solutions/24/components/NotFound.js | 132.00 B |
Resources/stepped-solutions/24/components/Order.js | 2.31 kB |
Resources/stepped-solutions/24/components/Router.js | 455.00 B |
Resources/stepped-solutions/24/components/StorePicker.js | 946.00 B |
Resources/stepped-solutions/Finished App/now.json | 627.00 B |
Resources/stepped-solutions/Finished App/package-lock.json | 784.11 kB |
Resources/stepped-solutions/Finished App/package.json | 1,020.00 B |
Resources/stepped-solutions/Finished App/public/favicon.ico | 24.26 kB |
Resources/stepped-solutions/Finished App/public/images/crab.jpg | 27.10 kB |
Resources/stepped-solutions/Finished App/public/images/hali.jpg | 43.72 kB |
Resources/stepped-solutions/Finished App/public/images/lobster.jpg | 35.66 kB |
Resources/stepped-solutions/Finished App/public/images/mahi.jpg | 35.85 kB |
Resources/stepped-solutions/Finished App/public/images/mussels.jpg | 36.14 kB |
Resources/stepped-solutions/Finished App/public/images/oysters.jpg | 23.33 kB |
Resources/stepped-solutions/Finished App/public/images/prawns.jpg | 48.91 kB |
Resources/stepped-solutions/Finished App/public/images/salmon.jpg | 36.17 kB |
Resources/stepped-solutions/Finished App/public/images/scallops.jpg | 22.01 kB |
Resources/stepped-solutions/Finished App/public/index.html | 350.00 B |
Resources/stepped-solutions/Finished App/security-rules.json | 411.00 B |
Resources/stepped-solutions/Finished App/src/base.js | 452.00 B |
Resources/stepped-solutions/Finished App/src/components/.gitkeep | 68.00 B |
Resources/stepped-solutions/Finished App/src/components/AddFishForm.js | 1.51 kB |
Resources/stepped-solutions/Finished App/src/components/App.js | 3.23 kB |
Resources/stepped-solutions/Finished App/src/components/EditFishForm.js | 1.85 kB |
Resources/stepped-solutions/Finished App/src/components/Fish.js | 1.01 kB |
Resources/stepped-solutions/Finished App/src/components/Header.js | 460.00 B |
Resources/stepped-solutions/Finished App/src/components/Inventory.js | 2.62 kB |
Resources/stepped-solutions/Finished App/src/components/Login.js | 655.00 B |
Resources/stepped-solutions/Finished App/src/components/NotFound.js | 132.00 B |
Resources/stepped-solutions/Finished App/src/components/Order.js | 2.31 kB |
Resources/stepped-solutions/Finished App/src/components/Router.js | 455.00 B |
Resources/stepped-solutions/Finished App/src/components/StorePicker.js | 946.00 B |
Resources/stepped-solutions/Finished App/src/css/fonts/blanch_caps_inline-webfont.eot | 15.61 kB |
Resources/stepped-solutions/Finished App/src/css/fonts/blanch_caps_inline-webfont.svg | 79.13 kB |
Resources/stepped-solutions/Finished App/src/css/fonts/blanch_caps_inline-webfont.ttf | 51.42 kB |
Resources/stepped-solutions/Finished App/src/css/fonts/blanch_caps_inline-webfont.woff | 17.72 kB |
Resources/stepped-solutions/Finished App/src/css/fonts/haymaker-webfont.eot | 5.82 kB |
Resources/stepped-solutions/Finished App/src/css/fonts/haymaker-webfont.svg | 13.91 kB |
Resources/stepped-solutions/Finished App/src/css/fonts/haymaker-webfont.ttf | 14.83 kB |
Resources/stepped-solutions/Finished App/src/css/fonts/haymaker-webfont.woff | 7.00 kB |
Resources/stepped-solutions/Finished App/src/css/images/anchor.svg | 3.21 kB |
Resources/stepped-solutions/Finished App/src/css/style.css | 12.70 kB |
Resources/stepped-solutions/Finished App/src/css/style.styl | 5.58 kB |
Resources/stepped-solutions/Finished App/src/css/_animations-finished.styl | 0.00 B |
Resources/stepped-solutions/Finished App/src/css/_animations.styl | 792.00 B |
Resources/stepped-solutions/Finished App/src/css/_colours.styl | 47.00 B |
Resources/stepped-solutions/Finished App/src/css/_fonts.styl | 862.00 B |
Resources/stepped-solutions/Finished App/src/css/_normalize.styl | 1.87 kB |
Resources/stepped-solutions/Finished App/src/css/_typography.styl | 447.00 B |
Resources/stepped-solutions/Finished App/src/helpers.js | 1.53 kB |
Resources/stepped-solutions/Finished App/src/index.js | 185.00 B |
Resources/stepped-solutions/Finished App/src/sample-fishes.js | 2.04 kB |